Welcome![Sign In][Sign Up]
Location:
Search - debugger dos

Search list

[OtherNZD6

Description: 一套修改自DEBUG的调试器 具有自动中断,设置寄存器的能力 工作在DOS模式-set of changes since the DEBUG debugger with automatic interruption, the ability to set up registers in DOS mode
Platform: | Size: 26468 | Author: aaaa | Hits:

[OS programDEBUG32

Description: 非常好的32为调试器 很容易也很使用是一个好帮手-very good for the debugger is also very easy to use is a good helper
Platform: | Size: 51200 | Author: jian | Hits:

[OtherNZD6

Description: 一套修改自DEBUG的调试器 具有自动中断,设置寄存器的能力 工作在DOS模式-set of changes since the DEBUG debugger with automatic interruption, the ability to set up registers in DOS mode
Platform: | Size: 26624 | Author: aaaa | Hits:

[Driver Developturboc2

Description: 一个通过PC104访问内存的一个小程序,上位机的程序,里面通过地址,指针实现访问。这个做为内存的调试程序比较理想。-PC104 memory of a visit to a small procedures, the procedures for PC, which through the address pointer to achieve access. This as a memory debugger ideal.
Platform: | Size: 144384 | Author: 周胜 | Hits:

[VC/MFCgame7

Description: 一个C语言编写的推箱子游戏源代码,本游戏是字符模式的,请不要在中文dos下运行。本游戏在TURBO C下调试通过-A C language source code of the Sokoban game, this game is the character-mode, please do not run under dos in the Chinese. TURBO C in this game under the debugger through the
Platform: | Size: 3072 | Author: kuaile | Hits:

[OtherDos_debugger_insig121

Description: DOS下的调试工具,与传统的debug.exe相比具有更友好的调试界面,且源码公开,而且功能再不断增加,现在的版本已经更新到1.21-Under DOS debug tools, as compared with the traditional debug.exe more friendly debugging interface, and open source, and features again increasing, the current version has been updated to 1.21
Platform: | Size: 251904 | Author: wang bo | Hits:

[assembly languageBIOSDOS

Description: 操作系统:DOS系统 编辑器: EDIT.exe 编程序: MASM.exe 连接程序:LINK.exe 调试程序:DEBUG.exe-Operating System: DOS System Editor: EDIT.exe programmed: MASM.exe linker: LINK.exe debugger: DEBUG.exe
Platform: | Size: 68608 | Author: 王风存 | Hits:

[Special EffectschangetoheWindows

Description: 将输出改到Windows窗口上.功能将在调试过程中的debugger当前位置挂起程序的执行,然后就可以在调 试状态一修改程序的代码,接着可以用Apply Code Changes(Alt+F10)来应用修改的代码到正在调试的程序当中.如果,当前(需要,待)可以(从DOS -The output to change to the Windows window. Feature will be in the debugging process in the debugger current location pending the implementation of programs, and then you can modify the program in the debug state of a code, then you can use Apply Code Changes (Alt+ F10) to apply changes The code to the program being debugged them. If the current (needs to be) can be (from the DOS
Platform: | Size: 1000448 | Author: 大棚 | Hits:

[ELanguagecwdl374s

Description: cc386编译器源代码的最新版本,其他参照其英文说明-This package is the sources for my DOS C compiler and related tools. See license.txt and copying for licensing information See relnotes.doc for release notes use pkunzip-d to install these files These compilers emit 32-bit code. Together all the tools generate DPMI programs that run under DOS. These tools do generate debug information however there is presently no support for debugging under DOS/DPMI without linking a debug-like debugger into the program being developed. Most of the tools in this package were compiled and linked with the tools in this package. See license.txt and copying for licensing information My website is: http://members.tripod.com/~ladsoft/cc386.htm Companion files to this file which should be found on my website are: cwdl374e.zip - WIN32 version of compiler executables ccdl374e.zip - DOS version of compiler executables cxdl374e.zip - combined executables, minimal installation cwdl374l.zip - rtl sources+ DPMI setup
Platform: | Size: 2856960 | Author: 肖逸 | Hits:

[Software EngineeringBorlandC3.1

Description: Borland C++ is a C and C++ programming environment (that is, an integrated development environment) for MS-DOS and Microsoft Windows. It was the successor to Turbo C++, and included a better debugger, the Turbo Debugger, which was written in protected mode DOS.
Platform: | Size: 5352448 | Author: ZHOUYIFAN | Hits:

[assembly languageTASM5

Description: 安装TASM 5.0很简单,您只需要下载本站[相关工具]中的"TASM50.zip"文件,解压后在Windows9x/NT下执行"INSTALL.EXE"即可开始安装。   1.如果你在安装TASM5.0之后安装Delphi 1.0或Borland C++ 4.x及更高版,你需要手动更改系统的设置以使这些产品可以共存于同一个系统中——检查“System.ini”文件的[386Enh]一节是否有多个 TDDEBUG.386驱动项。删除多余的TDEBUG.386项,保证只有这个版本的TDDEBUG.386装入。这可通过检查[386Enh]小节来确认,如果安装完TASM 5.0,未见其更改,请手工在System.ini文件的[386Enh]小节中增加:      device=c:\tasm\bin\windpmi.386——支持TASM5.0的32位工具。      device=c:\tasm\bin\tddebug.386——支持我们的调试器。- 2.配置Windows NT命令行提示符(相当于Windows9x的MS DOS方式) 在NT命令行提示符下运行16位保护方式程序如tlink,需要参照以下所示在CONFIG.NT文件中增加一行:ntcmdprompt   3.定制安装TASM5.0时的选项:    16-bit command line tools [3085K]      安装16位工具(TASM、TLINK等),这也是最小化安装的默认选项。(建议不安装)    32-bit command line tools [3163K]      安装32位工具(TASM32、TLINK32)    Turbo Debugger for DOS [1041K]      安装Turbo的DOS调试工具,也是最小化安装的默认选项。(建议不安装)    Turbo Debugger for Windows [1533K]      安装Turbo的Windows调试工具及相关的其它调试工具。    Turbo Debugger for Win32 [1502K]      安装Turbo的Win32程序调试工具。    Examples [580K]      安装Borland TASM的例程。    Documentation Files [6K]      安装说明文档。
Platform: | Size: 4300800 | Author: DONG | Hits:

[Linux-UnixEmulator

Description: 8086 emulator with debugger simple enough to read it and learn. It is able to boot to DOS and modified Linux kernel.
Platform: | Size: 5285888 | Author: rawsock | Hits:

[Software Engineeringwd

Description: Open Watcom Debugger User’s Guide The Open Watcom Debugger is a powerful debugging tool that helps you analyse your programs and find out why they are not behaving as you expect. It allows you to single step through your code, set break points based on complex conditions, modify variables and memory, expand structures and classes and much more. With the debugger you can debug programs that run on the following platforms: • DOS • CauseWay DOS Extender • Tenberry Software DOS/4G Extender • Phar Lap DOS Extender • Windows 3.x • Windows NT/2000/XP • Windows 9x • 16 and 32-bit OS/2 • GNU/Linux • QNX • Novell NetWare-Open Watcom Debugger User’s Guide The Open Watcom Debugger is a powerful debugging tool that helps you analyse your programs and find out why they are not behaving as you expect. It allows you to single step through your code, set break points based on complex conditions, modify variables and memory, expand structures and classes and much more. With the debugger you can debug programs that run on the following platforms: • DOS • CauseWay DOS Extender • Tenberry Software DOS/4G Extender • Phar Lap DOS Extender • Windows 3.x • Windows NT/2000/XP • Windows 9x • 16 and 32-bit OS/2 • GNU/Linux • QNX • Novell NetWare
Platform: | Size: 508928 | Author: azza | Hits:

[Othereditor

Description: DOS环境下运行的简单文本编辑程序 已通过调试 可直接运行-Simple text editing program running under DOS environment can be run directly through the debugger
Platform: | Size: 15360 | Author: yeluoyunfei | Hits:

[assembly languagev86dos_src

Description: 很老的东西,1993年左右的书,书的作者吕晓庆,通过一个将DOS POST到保护模式的开发环境,对了解保护模式有点参考价值,个人感觉这本 书里边的东西学起来比较顺手.直道现在也几乎没有见到像这本书这样介绍保护模式系统的书. 这本书上的代码有点错误.运行不起来.1998年左右我修改了下,可以用了.可以用这个代码来实作,段,页,多任务,模式切换.CPU异常等处理. 而且里边还带个最简单崩溃的调试器的代码,出现异常时候可以将当前的i386 寄存器给打印出来, 目录中的v86dos里边是v86DOS 玩具操作系统的代码,它将DOS 自举到虚拟86模式,并在之前初始化相关IA32保护模式资源.提供中断调用门,进入保护模式. 目录中的v86base 中是一些玩保护模式下功能调用V86DOS 玩具操作系统调用门的小代码.比如页错换页测试,双任务测试(一个在屏幕上 边打+,一个在屏幕下边打-),这个在DOS 时代确实还比较新鲜.估计这玩艺对了解保护模式可能有点意义,放在硬盘中 差点就把这个东西丢了,嘿嘿,现在放上来共享之.-Very old stuff , about 1993 books , author of the book Lv Xiaoqing , by a will to protected mode DOS POST development environment for understanding a bit protected mode reference value, this personal feeling Inside the book to learn something more smoothly . Straights are almost not seen this book describes the book as protected mode system. This book is a bit of code on error . Running up around .1998 I modified the next, can be used can be used to implement this code , section , page , multi-tasking, mode switching . CPU abnormal processing . And inside also with the most simple code debugger crashes , abnormal when the current i386 can register to print out, Directory v86dos is v86DOS toys inside the operating system code, it will bootstrap to a virtual 86 DOS mode and protected mode before initializing IA32-related resources . Provide an interrupt call gate , into protected mode. Directory v86base is some play toys protected mode operating system function calls V86DO
Platform: | Size: 73728 | Author: cjm | Hits:

[OtherSoftice-4.05-PPatchaSerial

Description: debugger for WINDOWS and DOS
Platform: | Size: 6180864 | Author: amyou | Hits:

CodeBus www.codebus.net